decorative banner

RenderQueueItem status Attribute


    app.project.renderQueue.item(index).RQItemStatus

Description

    The status attribute represents the current render status of the item.

Type

    RQItemStatus - one of the following attributes:

    RQItemStatus.WILL_CONTINUE

    render has been paused

    RQItemStatus.NEEDS_OUTPUT

    item lacks a valid output path

    RQItemStatus.UNQUEUED

    The render item is listed in the Render Queue window but is not ready to render.

    RQItemStatus.QUEUED

    The composition is ready to render.

    RQItemStatus.RENDERING

    The composition is rendering.

    RQItemStatus.USER_STOPPED

    The rendering process was stopped by the user.

    RQItemStatus.ERR_STOPPED

    The rendering process was stopped due to an error.

    RQItemStatus.DONE

    The rendering process for the item is complete.